projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faa57c0
)
(lock_if_free): Indentation fix.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 30 Jul 1999 14:30:03 +0000
(14:30 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 30 Jul 1999 14:30:03 +0000
(14:30 +0000)
src/filelock.c
patch
|
blob
|
history
diff --git
a/src/filelock.c
b/src/filelock.c
index becdbc73bd6e77f5ae783837c2a28adb08e4e0dc..2530f964aef2e0b7c9b6003d6817b3e02b2ba261 100644
(file)
--- a/
src/filelock.c
+++ b/
src/filelock.c
@@
-515,7
+515,7
@@
lock_if_free (clasher, lfname)
else if (locker == 1)
return 1; /* Someone else has it. */
else if (locker == -1)
- return -1; /* current_lock_owner() returned strange error */
+
return -1; /* current_lock_owner() returned strange error */
/* We deleted a stale lock; try again to lock the file. */
}